projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f14f06
)
(interpreter-mode-alist): Recognize perl5.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Apr 1996 18:42:22 +0000
(18:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Apr 1996 18:42:22 +0000
(18:42 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 9c3caa1b4685c2770e815ab04357baacfa12828f..81142835b068270e85746b53b5e3f8fb85fbdf3a 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1016,6
+1016,7
@@
REGEXP and search the list again for another match.")
(defconst interpreter-mode-alist
'(("perl" . perl-mode)
+ ("perl5" . perl-mode)
("wish" . tcl-mode)
("wishx" . tcl-mode)
("tcl" . tcl-mode)